home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr36 / sr100.zip / SR.BAT < prev    next >
DOS Batch File  |  1993-04-23  |  320b  |  21 lines

  1. :start
  2. sr1 sr.cfg
  3. if exist exit.sr goto end
  4. if exist score.fil goto score
  5. if exist player.sr goto load2
  6. goto exit
  7. :load2
  8. sr2 sr.cfg
  9. goto start
  10. :score
  11. srscore
  12. goto start
  13. :exit
  14. if exist score.fil del score.fil
  15. if exist player.sr del player.sr
  16. if exist busy del busy
  17. :end
  18. if exist exit.sr del exit.sr
  19.  
  20.  
  21.